html {
	font-size: 13vw;
	cursor: pointer;
	/*max-width:750px;*/
	/*margin:0 auto;*/
}

;

body {
	font-family: '黑体', "sans-serif";
	margin: 0 auto;
	position: relative;
	font-size: 12px;
	background: #F6F6F6;
	max-width: 750px;
}

a {
	text-decoration: none !important;
	color: #333;
}

a:focus,
a:hover {
	color: #888;
}

ul,
ol,
li {
	list-style: none;
}

input {
	border: 0;
	outline: none;
}

.container {
	width: 100%;
	padding: 0px;
	max-width: 950px;
	margin: 0 auto;
	position: relative;

}

/*头部导航*/



.content {
	width: 100%;
	padding: 3%;
}


.header_titles {
	width: 100%;
	position: relative;
	background: -webkit-linear-gradient(left, rgb(27, 201, 254), rgb(7, 120, 255));
	background: -moz-linear-gradient(left, rgb(27, 201, 254), rgb(7, 120, 255));
	background: -ms-linear-gradient(left, rgb(27, 201, 254), rgb(7, 120, 255));
	background: linear-gradient(left, rgb(27, 201, 254), rgb(7, 120, 255));
}



.content>p {
	font-size: 0.3rem;
	margin: 0.3rem 0px;
	color: #444;
	line-height: 0.5rem;
	padding-left: 0%;
	text-align: justify;
}

.titles {
	text-align: left;
	font-size: 0.32rem;
	color: #000;
	padding: 0.1rem 0px;
	font-weight: 600;
}

.text_line {
	font-size: 0.32rem;
	color: #000;
	font-weight: 600;
	padding-bottom: 1%;
}

.alert_content {
	font-size: 0.3rem
}

/*头部*/
.header {
	width: 100%;
	position: fixed;
	top: 0px;
	padding: 0.22rem 0.1rem;
	background: #28C49C;
	color: #fff;
	display: none;
}

.header .header_back {
	position: relative;
	z-index: 99;
}

.header .back_img {
	position: relative;
	width: 0.4rem;
}

.header .back_img>img {
	width: 100%;
}

.header .header_title {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	font-size: 0.32rem;
	left: 0px;
	height: 100%;
	z-index: 0;
}

.text_box {
	position: absolute;
	height: 100%;
	top: 0px;
	right: 0px;
	font-size: 0.32rem;
	color: #333;
	padding: 0 3%;
	z-index: 99;
}

.titles {
	text-align: center;
}

.content .color_000 {
	color: #000;
}

.tableBox {
	width: 100%;
}

.tableBoxs {
	margin: 4% 2%;
	width: 96%;
	line-height: 1.8em;
	font-size: 0.3rem;
}

.tableBox tr th,
.tableBox tr td {
	font-weight: initial;
	font-size: 0.3rem;
	text-align: left;
	padding: 0.1rem 0.2rem;
	padding-left: 0px;
}

.title_l {
	text-align: left;
}

.email {
	font-size: 17px;
	color: #000;
}

hr {
	margin: 0.2rem 0;
	border-top: 1px solid #333;
}

@media screen and (min-width: 900px) {
	body {
		font-size: 14px;
	}

	html {
		font-size: 28px;
		line-height: 1.4em;
	}

	.content>p {
		line-height: 1.6em;
		font-size: 14px;
	}

	.titles {
		font-size: 16px;
	}
}